Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Rock
Client
BlockEntity
C# Class Rock.Client.BlockEntity
Base client model for Block that only includes the non-virtual fields. Use this for PUT/POSTs
Afficher le fichier
Open project: NewSpring/Rock
Méthodes publiques
Méthode
Description
CopyPropertiesFrom
(
Block
source
) :
void
Copies the base properties from a source Block object
Method Details
CopyPropertiesFrom()
public
méthode
Copies the base properties from a source Block object
public
CopyPropertiesFrom
(
Block
source
) :
void
source
Block
The source.
Résultat
void