SceneKit.SCNMaterialProperty Members

The members of SceneKit.SCNMaterialProperty are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

BorderColorFoundation.NSObject. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ContentColorUIKit.UIColor. Documentation for this section has not yet been entered.
ContentImageUIKit.UIImage. Documentation for this section has not yet been entered.
ContentImageCubeUIKit.UIImage[]. Documentation for this section has not yet been entered.
ContentLayerCoreAnimation.CALayer. Documentation for this section has not yet been entered.
ContentPathFoundation.NSString. Documentation for this section has not yet been entered.
ContentsFoundation.NSObject. Documentation for this section has not yet been entered.
ContentSceneSpriteKit.SKScene. Documentation for this section has not yet been entered.
ContentsTransformSCNMatrix4. Documentation for this section has not yet been entered.
ContentTextureSpriteKit.SKTexture. Documentation for this section has not yet been entered.
ContentUrlFoundation.NSUrl. Documentation for this section has not yet been entered.
Intensitynfloat. Documentation for this section has not yet been entered.
MagnificationFilterSCNFilterMode. Documentation for this section has not yet been entered.
MappingChannelnint. Documentation for this section has not yet been entered.
MaxAnisotropynfloat. Documentation for this section has not yet been entered.
MinificationFilterSCNFilterMode. Documentation for this section has not yet been entered.
MipFilterSCNFilterMode. Controls how colors are sampled from the material when rendering at a distance.
WrapSSCNWrapMode. Documentation for this section has not yet been entered.
WrapTSCNWrapMode. Documentation for this section has not yet been entered.

Public Methods

AddAnimation(CoreAnimation.CAAnimation, Foundation.NSString)
Documentation for this section has not yet been entered.
static
Create(Foundation.NSObject) : SCNMaterialProperty
Documentation for this section has not yet been entered.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
GetAnimation(Foundation.NSString) : CoreAnimation.CAAnimation
Documentation for this section has not yet been entered.
GetAnimationKeys() : Foundation.NSString[]
Documentation for this section has not yet been entered.
IsAnimationPaused(Foundation.NSString) : bool
Documentation for this section has not yet been entered.
PauseAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.
RemoveAllAnimations()
Documentation for this section has not yet been entered.
RemoveAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.
RemoveAnimation(Foundation.NSString, nfloat)
Documentation for this section has not yet been entered.
ResumeAnimation(Foundation.NSString)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the SCNMaterialProperty object.