Class TextureBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Parts
Assembly: Experior.Core.dll
Syntax
public class TextureBox : Static, IStatic, IRigidPart, IDisposable, IMeshObject, ISceneObject
Constructors
TextureBox(String, BitmapSource, Single, Single, Single, Boolean)
Declaration
public TextureBox(string imageName, BitmapSource image, float length, float height, float width, bool identicalTextureSides)
Parameters
Type | Name | Description |
---|---|---|
System.String | imageName | |
System.Windows.Media.Imaging.BitmapSource | image | |
System.Single | length | |
System.Single | height | |
System.Single | width | |
System.Boolean | identicalTextureSides |
Properties
Height
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Length
Declaration
public float Length { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StaticGeometry
Declaration
public override bool StaticGeometry { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
TextureId
Declaration
public override int TextureId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.IDisposable