SoVRMLMovieTextureloop Property |
Controls whether the movie continues when it reaches the end as defined in the movie texture file.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool loop { get; }
Public ReadOnly Property loop As SoSFBool
Get
public:
property SoSFBool^ loop {
SoSFBool^ get ();
}
member loop : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf loop is false , execution is terminated. If true, the movie restarts.
See Also